home *** CD-ROM | disk | FTP | other *** search
/ 3D World 76 / 3DWI76.iso / pc / Resources.dir / 00059_Script_weblink beh < prev    next >
Text File  |  2006-02-08  |  582b  |  23 lines

  1. property whichEvent, whichurl
  2.  
  3. on mouseUp me
  4.   
  5.   if whichEvent = #mouseup    then init me
  6. end if
  7. end
  8.  
  9. on init me
  10. gotoNetPage the whichurl of me
  11.  
  12. end
  13.  
  14.  
  15.  
  16. ---
  17.  
  18. on getPropertyDescriptionList  
  19.   set p_list = [       #Whichurl: [ #comment:   "URL:",                     #format:   #string,                    #default:   ":                 " ],    #WhichEvent: [ #comment:   "Initializing Event:",                     #format:   #symbol,                      #range: [ #MouseUp],                    #default:   #MouseUp ]                  ]
  20.   return p_list  
  21. end
  22.  
  23.